home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 January
/
macformat-020.iso
/
Shareware City
/
Developers
/
OutOfPhase1.01Source
/
OutOfPhase Folder
/
PeepholeOptimizer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-01
|
391 b
|
21 lines
|
[
TEXT/KAHL
]
/* PeepholeOptimizer.h */
#ifndef Included_PeepholeOptimizer_h
#define Included_PeepholeOptimizer_h
/* PeepholeOptimizer module depends on */
/* MiscInfo.h */
/* Audit */
/* Debug */
/* Definitions */
/* PcodeObject */
/* Memory */
/* forward declarations */
struct PcodeRec;
/* this routine does all of the optimization. */
void OptimizePcode(struct PcodeRec* ThePcode);
#endif